projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f882e2
)
(netstat-program-options): Changed from nil to "-a"
author
Karl Heuer
<kwzh@gnu.org>
Fri, 4 Sep 1998 20:41:33 +0000
(20:41 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 4 Sep 1998 20:41:33 +0000
(20:41 +0000)
so that by default netstat shows all network connections.
lisp/net-utils.el
patch
|
blob
|
history
diff --git
a/lisp/net-utils.el
b/lisp/net-utils.el
index c744604fe3082e37a8aa091d538316d75dcd5b6f..38775a0cc80403603f7c0d25234971fe1befd03b 100644
(file)
--- a/
lisp/net-utils.el
+++ b/
lisp/net-utils.el
@@
-121,7
+121,8
@@
These options can be used to limit how many ICMP packets are emitted."
:type 'string
)
-(defcustom netstat-program-options nil
+(defcustom netstat-program-options
+ (list "-a")
"Options for netstat-program."
:group 'net-utils
:type '(repeat 'string)